home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / fonts / lastpage.sty < prev    next >
Text File  |  1995-03-15  |  2KB  |  53 lines

  1. %% 
  2. %% This is file `lastpage.sty', generated 
  3. %% on <1995/3/5> with the docstrip utility (2.2i).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% lastpage.dtx  (with options: `package')
  8. %% 
  9. %% IMPORTANT NOTICE: 
  10. %% This is part of a set of tools (or better yet, experiments) 
  11. %% written by Jeff Goldberg (goldberg@nytud.hu), who doesn't 
  12. %% know LaTeX very well (yet). The usual disclaimers apply: 
  13. %% If it doesn't work right that's your problem. 
  14. %% And the usual copying conditions apply: If you change it, you take the blame; 
  15. %% if you pass it on, pass on all present condiditions; you 
  16. %% are not allowed to sell it. 
  17. \def\filename{lastpage}
  18. \def\fileversion{v0.1b}
  19. \def\filedate{1994/06/25}
  20. \def\docdate {1994/07/20}
  21.  
  22. %% \CharacterTable
  23. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  24. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  25. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  26. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  27. %%   Dollar        \$     Percent       \%     Ampersand     \&
  28. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  29. %%   Asterisk      \*     Plus          \+     Comma         \,
  30. %%   Minus         \-     Point         \.     Solidus       \/
  31. %%   Colon         \:     Semicolon     \;     Less than     \<
  32. %%   Equals        \=     Greater than  \>     Question mark \?
  33. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  34. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  35. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  36. %%   Right brace   \}     Tilde         \~}
  37. %%
  38. %% Allow for things like |page \thepage\ of \pageref{LastPage}| to
  39. %% get `page 5 of 23'
  40. \NeedsTeXFormat{LaTeX2e}[1994/06/01]
  41. \ProvidesPackage{lastpage}[\filedate\space\fileversion\space
  42.              LaTeX2e package for refs to last page number (JPG)]
  43. \def\lastpage@putlabel{\addtocounter{page}{-1}%
  44.    \immediate\write\@auxout{\string
  45.    \newlabel{LastPage}{{}{\thepage}}}%
  46.    \addtocounter{page}{1}}
  47. \AtEndDocument{%
  48.    \message{AED: lastpage setting LastPage}%
  49.    \clearpage\lastpage@putlabel}%
  50. \endinput
  51. %% 
  52. %% End of file `lastpage.sty'.
  53.